[PATCH] ITS#8650 loop on incomplete TLS handshake
authorHoward Chu <hyc@openldap.org>
Sun, 12 Apr 2020 21:18:51 +0000 (22:18 +0100)
committerRyan Tandy <ryan@nardis.ca>
Wed, 15 Apr 2020 04:33:16 +0000 (05:33 +0100)
commitf453c1bb22a7d79cb8f4076aa311443978194f44
tree5efaa4eb174d3cc1ca44265b03ac450b66ff329f
parent3e8bc22280df95cb4743ad1829aad7e912a6f481
[PATCH] ITS#8650 loop on incomplete TLS handshake

Always retry ldap_int_tls_connect() if it didn't complete,
regardless of blocking or non-blocking socket. Code from
ITS#7428 was wrong to only retry for async.

Gbp-Pq: Name ITS-8650-loop-on-incomplete-TLS-handshake.patch
libraries/libldap/tls2.c